home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 002 / ted36.arc / LOAD.DOC next >
Encoding:
Text File  |  1987-01-26  |  2.7 KB  |  67 lines

  1.  
  2.                            LOADING INSTRUCTIONS FOR TED36
  3.           
  4.          (the following instructions assume that you have PC SUPPORT/36
  5.          available.  If you are using another PC to System/36 linking
  6.          program, you may have to modify your procedures accordingly.
  7.          The instructions also assume a two-floppy system; minor
  8.          adjustments must be made for a hard drive machine.)
  9.           
  10.          What we're going to do here is create a separate library for the
  11.          Text Editor and an empty file we can use to hold the data we
  12.          transfer from the PC.  The TOLIBR procedure will then load this
  13.          file into the library.  File transfers from PC to System/36 must
  14.          be made without converting from ASCII to EBCDIC.
  15.           
  16.           
  17.          1.  Create library ABXLIB:    BLDLIBR ABXLIB,50,10
  18.           
  19.          2.  Create a workfile:        BLDFILE ABFILE,S,RECORDS,10000,8
  20.           
  21.          3.  Put the diskette containing TED36.S36 into the B: drive.
  22.           
  23.          4.  Hotkey into PC mode.  At the  A>  prompt, make sure the
  24.              PC SUPPORT/36 diskette is in the A: drive, then fire up
  25.              LINK36.  This will start the Router program on the System/36.
  26.           
  27.          5.  Key in  FROMPC  to start the PC-to-S/36 Transfer program.
  28.           
  29.          6.  Take Option 1 to create a File Transfer request.
  30.           
  31.          7.  Supply the following information:
  32.              ____________________________________________________________
  33.                             S/36 file or library member name
  34.              TO             ABFILE
  35.           
  36.              FROM PC filename
  37.              B:TED36.S36
  38.           
  39.              Transfer data using
  40.                PC file description?  .  2              2=No
  41.           
  42.              PC file type  . . . . . .  6              6=No conversion
  43.              ____________________________________________________________
  44.           
  45.          8.  Take option 3 to start the transfer from PC to System/36.
  46.           
  47.          9.  When the transfer is complete, ESC to return to the TOPC menu,
  48.              then take option 6 to Exit.
  49.           
  50.          10. Hotkey back to System/36 mode (you may stop the Router first,
  51.              if you're through with it).
  52.           
  53.          11. TOLIBR ABFILE,F1,,,ABXLIB    will load your newly transferred
  54.              library file into library ABXLIB.  File ABFILE may now be
  55.              deleted.
  56.           
  57.          12. Change over to ABXLIB  (// LIBRARY NAME-ABXLIB) and you're
  58.              ready to try out this software.  Just key in  TED36  and press
  59.              ENTER.
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.